added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBAzureServiceBusProtocolBridging / Client / Client.vbproj
blob04280309320389e4658f4b7193b1ae016257f993
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>
7     </ProductVersion>
8     <SchemaVersion>
9     </SchemaVersion>
10     <ProjectGuid>{B53B7434-38E4-4852-B821-FBB1BFB3ED24}</ProjectGuid>
11     <OutputType>Exe</OutputType>
12     <StartupObject>Client.Program</StartupObject>
13     <RootNamespace>Client</RootNamespace>
14     <AssemblyName>Client</AssemblyName>
15     <FileAlignment>512</FileAlignment>
16     <MyType>Console</MyType>
17     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
18     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
21     <PlatformTarget>x86</PlatformTarget>
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <DefineDebug>true</DefineDebug>
25     <DefineTrace>true</DefineTrace>
26     <OutputPath>bin\Debug\</OutputPath>
27     <DocumentationFile>Client.xml</DocumentationFile>
28     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
31     <PlatformTarget>x86</PlatformTarget>
32     <DebugType>pdbonly</DebugType>
33     <DefineDebug>false</DefineDebug>
34     <DefineTrace>true</DefineTrace>
35     <Optimize>true</Optimize>
36     <OutputPath>bin\Release\</OutputPath>
37     <DocumentationFile>Client.xml</DocumentationFile>
38     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
39   </PropertyGroup>
40   <PropertyGroup>
41     <OptionExplicit>On</OptionExplicit>
42   </PropertyGroup>
43   <PropertyGroup>
44     <OptionCompare>Binary</OptionCompare>
45   </PropertyGroup>
46   <PropertyGroup>
47     <OptionStrict>Off</OptionStrict>
48   </PropertyGroup>
49   <PropertyGroup>
50     <OptionInfer>On</OptionInfer>
51   </PropertyGroup>
52   <ItemGroup>
53     <Reference Include="System" />
54     <Reference Include="System.ServiceModel" />
55   </ItemGroup>
56   <ItemGroup>
57     <Import Include="Microsoft.VisualBasic" />
58     <Import Include="System" />
59     <Import Include="System.Collections" />
60     <Import Include="System.Collections.Generic" />
61     <Import Include="System.Diagnostics" />
62     <Import Include="System.Linq" />
63   </ItemGroup>
64   <ItemGroup>
65     <Compile Include="MyChannelFactory.vb" />
66     <Compile Include="Program.vb" />
67     <Compile Include="My Project\AssemblyInfo.vb" />
68     <Compile Include="My Project\Application.Designer.vb">
69       <AutoGen>True</AutoGen>
70       <DependentUpon>Application.myapp</DependentUpon>
71     </Compile>
72     <Compile Include="My Project\Resources.Designer.vb">
73       <AutoGen>True</AutoGen>
74       <DesignTime>True</DesignTime>
75       <DependentUpon>Resources.resx</DependentUpon>
76     </Compile>
77     <Compile Include="My Project\Settings.Designer.vb">
78       <AutoGen>True</AutoGen>
79       <DependentUpon>Settings.settings</DependentUpon>
80       <DesignTimeSharedInput>True</DesignTimeSharedInput>
81     </Compile>
82   </ItemGroup>
83   <ItemGroup>
84     <EmbeddedResource Include="My Project\Resources.resx">
85       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
86       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
87       <CustomToolNamespace>My.Resources</CustomToolNamespace>
88       <SubType>Designer</SubType>
89     </EmbeddedResource>
90   </ItemGroup>
91   <ItemGroup>
92     <None Include="app.config" />
93     <None Include="My Project\Application.myapp">
94       <Generator>MyApplicationCodeGenerator</Generator>
95       <LastGenOutput>Application.Designer.vb</LastGenOutput>
96     </None>
97     <None Include="My Project\Settings.settings">
98       <Generator>SettingsSingleFileGenerator</Generator>
99       <CustomToolNamespace>My</CustomToolNamespace>
100       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
101     </None>
102   </ItemGroup>
103   <ItemGroup>
104     <ProjectReference Include="..\Common\Common.vbproj">
105       <Project>{8C05B892-22E6-40F7-9FC7-403FEFC4A450}</Project>
106       <Name>Common</Name>
107     </ProjectReference>
108   </ItemGroup>
109   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
110   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
111        Other similar extension points exist, see Microsoft.Common.targets.
112   <Target Name="BeforeBuild">
113   </Target>
114   <Target Name="AfterBuild">
115   </Target>
116   -->
117 </Project>